* doc/lispref/lists.texi (List Elements): Typo fix.
authorGlenn Morris <rgm@gnu.org>
Sat, 27 Oct 2012 22:07:43 +0000 (15:07 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 27 Oct 2012 22:07:43 +0000 (15:07 -0700)
doc/lispref/ChangeLog
doc/lispref/lists.texi

index 503a4fb8f72898bf4a07f35c2589ee1d550dbbad..fef9054557919b5b6121437ee5cce6e94f29334e 100644 (file)
@@ -1,3 +1,7 @@
+2012-10-27  Glenn Morris  <rgm@gnu.org>
+
+       * lists.texi (List Elements): Typo fix.
+
 2012-10-27  Chong Yidong  <cyd@gnu.org>
 
        * minibuf.texi (High-Level Completion): Don't mention removed
index 4a8740a573440c11ff579a110a3ed32ccb336e84..eaef8cc1f8aa91e3b75e457c87d319e8fb4d073d 100644 (file)
@@ -252,7 +252,7 @@ x
 @end example
 
 @noindent
-For the @code{pop} macro, which removes an element from a list,
+For the @code{push} macro, which adds an element to a list,
 @xref{List Variables}.
 @end defmac